cURL
curl --request POST \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "transaction_id": 16 }'
{}
See the documentation for more information.
The ID of the team.
The ID of the charger.
Successfully stopped charging transaction
The response is of type object.
object
Was this page helpful?